Esx Settings Clusters Configuration AuditRecords OperationDetails
The Esx Settings Clusters Configuration AuditRecords OperationDetails schema contains Operation Details of an operation
This schema was added in vSphere API 8.0.2.0.
{
"error": {},
"task_id": "string",
"draft_id": "string",
"cancelled": false
}
Error occurred during the operation
This property was added in vSphere API 8.0.2.0.
error shall only be set if configmanager operation is a task
TaskId of the operation
This property was added in vSphere API 8.0.2.0.
taskId shall only be set if configmanager operation is a task
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.task
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.task
.
Draft ID of the draft operation
This property was added in vSphere API 8.0.2.0.
draftId shall only be set if this is an operaton on draft
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.draft
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.draft
.
Indicates if the operation was cancelled
This property was added in vSphere API 8.0.2.0.
cancelled shall only be set if configmanager operation is a task